(mouse-wheel-inhibit-click-time): Fix custom type.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 29 Nov 2002 18:01:54 +0000 (18:01 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 29 Nov 2002 18:01:54 +0000 (18:01 +0000)
lisp/mwheel.el

index 478b778bc2beff9eeaf12cfbec3aa4a65de8faaa..546d27dd345d00845db2df9076a1c65e9cef225c 100644 (file)
@@ -93,7 +93,7 @@ set to the event sent when clicking on the mouse wheel button."
 (defcustom mouse-wheel-inhibit-click-time 0.35
   "Time in seconds to inhibit clicking on mouse wheel button after scroll."
   :group 'mouse
-  :type 'float)
+  :type 'number)
 
 (defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
   "Amount to scroll windows by when spinning the mouse wheel.